home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 23
/
CU Amiga - Super CD-ROM 23 (June 1998).iso
/
CreatingGames
/
Utilities
/
Misc
/
ModemLink
/
include
/
proto
/
ModemLink.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-03-16
|
200 b
|
8 lines
#ifndef PROTO_MODEM_LINK_H
#define PROTO_MODEM_LINK_H
#include <exec/types.h>
extern struct Library *ModemLinkBase;
#include <clib/ModemLink_protos.h>
#include <pragmas/ModemLinkDev_pragmas.h>
#endif